Skip to content

Conversation

robinbowes
Copy link

I set default properties for the file resource in my site manifest, as follows:

File{
  owner => 'root',
  group => 'root',
  mode  => '0644',
}

I noticed that a couple of the file resources in your module don't file mode and so get set to 0755 instead of the 0750 that they get installed as.

This fixes the issue.

Alternatively, it might be worth considering not managing those directories as they are both created by the install process (for the RPM, at least).

@stephenrjohnson
Copy link
Owner

I suggest we remove these all together as I remove these for issue #67

@robinbowes
Copy link
Author

Works for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants